LEADTOOLS WebForms and AJAX (Leadtools.Web.Services assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Busy Property
See Also 
Leadtools.Web.Services Namespace > ServiceStreamer<TStreamedData,TServiceState> Class : Busy Property



Gets a value indicating whether the ServiceStreamer<TStreamedData,TServiceState> is running.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Busy As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim value As Boolean
 
value = instance.Busy
C# 
public bool Busy {get;}
C++/CLI 
public:
property bool Busy {
   bool get();
}

Property Value

true, if the ServiceStreamer<TStreamedData,TServiceState> is running a sreaming operation; otherwise, false.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also